home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / APRS805 / README / KPC3.TXT < prev    next >
Text File  |  1997-04-16  |  2KB  |  67 lines

  1. The KPC-3 can be used as a WIDE-RELAY digipeater by using the MYALIAS
  2. as WIDE and the MYNODE call as RELAY.  Set users to one and do NOT use 
  3. it as a node.  The NODE call will also digipeat.
  4.  
  5. ------------------------------------------------------------------------
  6. COMMENTS ON THE LTRAK BUFFER:  Bob, kc5ejk@onramp.net  or kc5ejk@amsat.org
  7.  
  8. Here's how to set the buffer storage inside the TNC to save the GPS data.
  9. Do only once before getting data, as I think this clears the buffer.
  10.  
  11. LTRACK
  12. LTRACK   5 LT1 LT2 LT3 LT4    or
  13. LTRACK   5 LT2             for only saving the LT2 data which is $GPRMC per
  14.                            my GPSHEAD setting.
  15. With the standard 32K of memory 17 is the largest I could set this value.
  16. Note the data is stored in the buffer at the rate set by the BLT beacon
  17. command not the rate the GPS sends date to the TNC.
  18.  
  19. INTERFACE GPS            causes the TNC to power up in GPS mode.
  20. INTFACE                  {TERMINAL | NEWUSER | BBS | KISS | HOST | GPS}
  21.  
  22. -----------------------------------------------------------------------
  23. How to READ GPS track DATA from the TNC buffer:
  24. login to the TNC BBS as callsign-1
  25. LTRack n [string]      DISPLAY LAST n MSGS IN TRACK BUFFER
  26. LTRACK 50              Read 50 lines of data from the buffer
  27. LTRACK 50 $GPGGA       Read 50 lines of $GPGGA data from the buffer.
  28. The data is dumped back in LIFO format (last in first out) which is
  29. backward of what you are expecting for a trip log using APRS.
  30. ---------------------------------------------
  31. The other settings you must do to the kpc-3:
  32.           Setting for which NEMA sentences you want to record or beacon
  33.           You get to set up to 4. I use only two GPSHEAD
  34. 1 $GPGGA
  35. 2 $GPRMC
  36.  
  37. The LT buffer filled with real GPS data
  38.  
  39. LT
  40. 1 $GPGGA,064301,3250.743,N,09645.669,W,1,05,2.6,236.7,M,-24.8,M,,*71
  41. 2 $GPRMC,064303,A,3250.742,N,09645.668,W,002.4,121.2,040695,,*06
  42.  
  43.  
  44. The LT buffer when the GPS is not seeing any satellites.
  45.  
  46. LT
  47. 1 $GPGGA,100552,,,,,0,00,,,M,,M,,*65
  48. 2 $GPRMC,100551,V,,,,,,,020695,,*39
  49.  
  50.  
  51. Setting the beacon time for  the GPS data, I use $GPGGA two times a min 
  52. and $GPRMC once a min.  Note the offset so DIGIs have time to respond
  53. BLT
  54. 1 EVERY 00:00:30
  55. 2 EVERY 00:01:10
  56. 3 EVERY 00:00:00
  57. 4 EVERY 00:00:00
  58.  
  59. Setting for the output APRS format
  60. LTP
  61. 1 APRSM VIA RELAY
  62. 2 APRSM VIA RELAY,WIDE
  63. 3 NONE
  64. 4 NONE
  65.  
  66.  
  67.